home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / mailers / eldat210.zip / EL_READ.ME next >
Text File  |  1991-07-01  |  4KB  |  103 lines

  1.  
  2.  ELDATnnn.LZH
  3.  
  4.  This distribution file contains comma-separated flat files of the
  5.  four main EchoList database tables.  The EchoList and all derivative
  6.  reports, listings and tables are Copyright (c) 1991, Michael G. Fuchs.
  7.  You are free to use these files to produce reports or provide for
  8.  query facilities on your own system or BBS, so long as any derivative
  9.  reports carry my Copyright notice, and that the reports are not packaged
  10.  for re-distribution without prior consent of the Copyright holder.
  11.  
  12.  
  13.  EchoArea Table - Primary Conference information table.  Note that this
  14.  table contains only the primary (first recorded) Moderator.
  15.  
  16.    File:  ELAREA.CSV
  17.    Table: echoarea
  18.    Column definitions
  19.    # Name     Type     Length        
  20.    1 symbolic TEXT      20 characters
  21.    2 title    TEXT      60 characters        
  22.    3 modnamef TEXT      15 characters        
  23.    4 modnamel TEXT      15 characters        
  24.    5 modzone  INTEGER                        
  25.    6 modnet   INTEGER                        
  26.    7 modnode  INTEGER                        
  27.    8 modpoint INTEGER                        
  28.    9 desc     NOTE                           
  29.   10 distr    NOTE                           
  30.   11 gateway  NOTE                           
  31.   12 totnodes INTEGER                        
  32.   13 volume   TEXT      10 characters        
  33.   14 lastdate DATE                           
  34.   15 showname TEXT       1 characters        
  35.   16 modperm  TEXT       1 characters        
  36.   17 sysopnly TEXT       1 characters        
  37.   18 membship TEXT       1 characters        
  38.   19 rulefile TEXT      13 characters        
  39.   20 adddate  DATE                           
  40.  
  41.  
  42.   Seen-by Table - Contains one row per "seen-by" node.  User has the option
  43.   to omit the seennode field to shorten the list by only listing Nets.
  44.  
  45.    File:  ELSEEN.CSV
  46.    Table: seenby
  47.    Column definitions
  48.    # Name     Type     Length
  49.    1 symbolic TEXT      20 characters
  50.    2 seenzone INTEGER                        
  51.    3 seennet  INTEGER                        
  52.    4 seennode INTEGER                        
  53.    5 seenpnt  INTEGER                        
  54.  
  55.  
  56.    Path Table - Contains one row per bi-directional pair of nodes who
  57.    pass the conference.  Node pairs are sorted lower-higher for storing
  58.    as "from-to", then duplicates are eliminated.  So only one row ever
  59.    exists for each pair of nodes.
  60.  
  61.    File:  ELPATH.CSV
  62.    Table: path
  63.    Column definitions
  64.    # Name     Type     Length        
  65.    1 symbolic TEXT      20 characters
  66.    2 fromzone INTEGER                        
  67.    3 fromnet  INTEGER                        
  68.    4 fromnode INTEGER                        
  69.    5 frompnt  INTEGER                        
  70.    6 tozone   INTEGER                        
  71.    7 tonet    INTEGER                        
  72.    8 tonode   INTEGER                        
  73.    9 topnt    INTEGER                        
  74.  
  75.  
  76.    Alternate Moderator Table - For conferences with more than one
  77.    moderator listed, this table will have one row for each ADDITIONAL
  78.    moderator (the primary from the echoarea table is not duplicated here,
  79.    although that's easy enough to do with most SQL-type DBMS's).
  80.  
  81.    File:  ELALTS.CSV
  82.    Table: altmods
  83.    Column definitions
  84.    # Name     Type     Length        
  85.    1 symbolic TEXT      20 characters
  86.    2 modnamef TEXT      15 characters
  87.    3 modnamel TEXT      15 characters
  88.    4 modzone  INTEGER                        
  89.    5 modnet   INTEGER                        
  90.    6 modnode  INTEGER                        
  91.    7 modpoint INTEGER                        
  92.  
  93.  
  94.  For non-R:base people:
  95.  - A null (missing value) field will be presented as -0-
  96.  - A NOTE field is a variable-length text field.  It can be up to 4096 chars.
  97.  
  98.  I'll look forward to suggestions from anyone who finds this service useful.
  99.  
  100.  - Mike Fuchs
  101.    The EchoList Scribe
  102.    1:1/201  (1:266/71)
  103.